home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / idex102.zip / INFODEX.REV < prev    next >
Text File  |  1993-12-30  |  3KB  |  64 lines

  1.                          Infodex Revision History
  2.  
  3.  
  4. 12-30-93 ■ Version 1.02
  5.  
  6.            . Rearranged procedures for unloading forms and closing
  7.              the database.
  8.  
  9.            . Added a command to flush the keyboard after the user
  10.              presses a key at the welcome and/or logo screens.  The
  11.              keypress would be passed to the data entry screen if command
  12.              line parameters were being used.
  13.  
  14.            . Added a check for the existence of a .DEX file before
  15.              attempting to open it.  This step was missed during
  16.              the processing of command line parameters.
  17.  
  18.            . Fixed several potential problems in the command line
  19.              parameter interpretation routine.  Fixed problem where
  20.              ".DEX" was not being appended to parameters that did
  21.              not have an extension, and added code to convert any
  22.              parameters to UPPER CASE.
  23.  
  24.            . Added code to store any command line parameter(s) into
  25.              a temporary variable to prevent potential corruption of
  26.              the command line parameters.
  27.  
  28.  
  29. 10-12-93 ■ Version 1.01
  30.  
  31.            . Fixed problem where Infodex could not find the INFODEX.INI
  32.              file and other various problems, when a set was not found
  33.              in the AUTOEXEC.BAT, and the directory C:\INFODEX did not
  34.              exist.  Now, Infodex checks first for an AUTOEXEC.BAT set,
  35.              then attempts to locate the C:\INFODEX directory, and if 
  36.              neither of those exist, Infodex will use the current
  37.              directory.
  38.  
  39.            . Fixed problem where the program would crash if a user
  40.              attempted to search for a record when no records had yet
  41.              been entered in the database.
  42.  
  43.            . Changed method of searching for text.  Now, when F4 is
  44.              pressed or Search is selected, a dialog box pops up, where
  45.              the user can enter the text to search for in the first field
  46.              of each template.  Once OK is selected, search is executed,
  47.              with result displaying on the screen.
  48.  
  49.            . Added error trapping when users attempt to create a new
  50.              data file to make sure that neither the filename cannot be
  51.              longer than 8 characters, and the extension cannot be longer
  52.              than 3 characters.
  53.  
  54.            . Clarified text in help fields on New File screen.
  55.  
  56.            . Changed headings on Open File screen to read "Open Data File"
  57.              instead of "Open Project" and "Data Filename:" instead of
  58.              "Project File:".
  59.  
  60.  
  61. 10-07-93 ■ Version 1.00 
  62.  
  63.            . Initial release of Infodex.
  64.